OnClientSelectionChanged Property (FlexChartBase<T>)
In This Topic
Occurs after the selection changes, whether programmatically or when the user clicks the chart.
Syntax
'Declaration
Public Overridable Property OnClientSelectionChanged As System.String
'Usage
Dim instance As FlexChartBase(Of T)
Dim value As System.String
instance.OnClientSelectionChanged = value
value = instance.OnClientSelectionChanged
public virtual System.string OnClientSelectionChanged {get; set;}
public read-write property OnClientSelectionChanged: System.String; virtual;
public function get,set OnClientSelectionChanged : System.String
public: __property virtual System.string* get_OnClientSelectionChanged();
public: __property virtual void set_OnClientSelectionChanged(
System.string* value
);
public:
virtual property System.String^ OnClientSelectionChanged {
System.String^ get();
void set ( System.String^ value);
}
See Also